type runtime.puintptr
9 uses
runtime (current package)
runtime2.go#L290: type puintptr uintptr
runtime2.go#L293: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
runtime2.go#L296: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
runtime2.go#L567: p puintptr // attached p for executing go code (nil if not executing go code)
runtime2.go#L568: nextp puintptr
runtime2.go#L569: oldp puintptr // the p that was attached before executing a syscall
runtime2.go#L653: link puintptr
runtime2.go#L796: pidle puintptr // idle p's
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |